CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - kd tree

搜索资源列表

  1. tutorial on KD TREES

    1下载:
  2. kd tree 学习指导
  3. 所属分类:其它文档

    • 发布日期:2010-09-19
    • 文件大小:149651
    • 提供者:shiziw369
  1. TreeListCtrl_CheckDirectorySizes

    0下载:
  2. 一个使用树形列表控件显示磁盘信息和结构的例子--An example of display information and structural of disk by using tree list control
  3. 所属分类:TreeView

    • 发布日期:2017-11-12
    • 文件大小:118422
    • 提供者:站长
  1. kdgame_opengl_ver1

    0下载:
  2. Kd game openGL using VC-Kd game openGL using VC++
  3. 所属分类:Game Engine

    • 发布日期:2017-04-16
    • 文件大小:344226
    • 提供者:vinodh
  1. kdtree

    0下载:
  2. In computer science, a kd-tree (short for k-dimensional tree) is a space-partitioning data structure for organizing points in a k-dimensional space. kd-trees are a useful data structure for several applications, such as searches involving a multidime
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3933
    • 提供者:Lee Sangmin
  1. kdtree1.2

    0下载:
  2. kd-tree 是广泛用来处理多维寻找最近点的数据结构。该文件中是由matlab调用c++代码实现的,其中实现包括kd-tree的建立最近点的查找等。-kd-tree is kind of data structure which is widely used to find the nearest point in multi-demensions.The zip file contain matlab and cpp files.The functions implemented inclu
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:132560
    • 提供者:yaoyao
  1. kdtree_in_matlab

    0下载:
  2. kd-tree 是一种常用的数据结构,它在搜索最近点中有普遍用处。该文件是一个用纯matlab写成的源代码。-kd-tree is a commonly used data structure, it is commonly used in searches for the nearest point. The file is a pure source code written in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:60815
    • 提供者:yaoyao
  1. BOS_NLTV_v1

    0下载:
  2. kd树的结构和分析及其源代码的程序使用matlab-kd tree structure and analytical procedures used and its source code matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:6211404
    • 提供者:luyang
  1. 10.1.1.10.818

    0下载:
  2. 关于数据库多维索引结构KD树的介绍,包括构建和检索的算法。-Multi-dimensional database index structure on the introduction of KD tree, including the construction and retrieval algorithms
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-23
    • 文件大小:152784
    • 提供者:李光瑞
  1. kdtree-0.5.5.tar

    0下载:
  2. kd tree program in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:9920
    • 提供者:hema
  1. kd_tree

    0下载:
  2. kd-tree数据结构的C语言实现,代码中有注释,可读性强,适合初学者使用。-kd-tree data structure of the C language, there are notes, readable.
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2602467
    • 提供者:tim
  1. kd-tree

    0下载:
  2. knn搜索 利用kd tree 查找最相邻的k个高维空间的点-knn kd-tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:208736
    • 提供者:zlc
  1. KD-Tree

    0下载:
  2. 基于opencv的一个KD-树的一个简单实现 可用-A simple implementation of KD tree
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:780524
    • 提供者:owner
  1. SIFT-KD-tree-image-panorama-opencv

    0下载:
  2. SIFT KD树 图像拼接 全景图_多幅图 opencv -SIFT KD tree image mosaic panorama _ Multiple Figure opencv
  3. 所属分类:Special Effects

    • 发布日期:2015-07-01
    • 文件大小:10035200
    • 提供者:lyj
  1. kd-tree

    0下载:
  2. KD-Tree 介绍教程,关于kdtree的原理,邻域。对三位点云配准很有帮助。-KD-Tree introductory tutorial on the principle kdtree of the neighborhood. For three-point cloud registration is helpful.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:154751
    • 提供者:liulei
  1. KD-tree

    0下载:
  2. kd树是一种对k维空间中的实例点进行存储以便对其进行快速搜索的树形数据结构-kd tree is a k-dimensional space for instance points to be stored quickly search tree data structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1948
    • 提供者:chenchen
  1. kd-tree

    0下载:
  2. KD-Tree是一种由二叉搜索树推广而来的用于多维检索的树的结构形式-KD-Tree is a binary search tree by a promotion the tree is used to retrieve the multidimensional structure
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-24
    • 文件大小:9599
    • 提供者:璐璐
  1. kd-tree

    0下载:
  2. KD TREE implementation easy algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:149674
    • 提供者:paplu
  1. kd-tree.cpp

    1下载:
  2. 三维点云配准kd-tree搜索算法,用于特征点的搜索匹配-3 d point cloud registration kd- tree search algorithm, is used to search of feature point matching
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:20103
    • 提供者:杜科林
  1. kd

    0下载:
  2. kd树就是用于讲解kd树形结构的,这个需要看代码来说(The KD tree is used to explain the KD tree structure)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:157696
    • 提供者:xiaoyuer3
  1. KD Tree Implementation

    0下载:
  2. Kd tree implementation in scala language
  3. 所属分类:Java编程

    • 发布日期:2018-04-20
    • 文件大小:74752
    • 提供者:musaje
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com